type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecTextInt64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L335: 			return encodePlanNumericCodecTextInt64Valuer{}
		numeric.go#L531: type encodePlanNumericCodecTextInt64Valuer struct{}
		numeric.go#L533: func (encodePlanNumericCodecTextInt64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {